home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / m93nt1.zip / OEMSETUP.INF < prev    next >
INI File  |  1993-03-18  |  21KB  |  589 lines

  1. ;-----------------------------------------------------------------------
  2. ; OPTION TYPE
  3. ; -----------
  4. ; This identifies the Option type we are dealing with.  The different
  5. ; possible types are:
  6. ;
  7. ; COMPUTER, VIDEO, MOUSE, KEYBOARD, LAYOUT, SCSI, PRINTER, ...
  8. ;-----------------------------------------------------------------------
  9.  
  10. [Identification]
  11.     OptionType = VIDEO
  12.  
  13. ;-----------------------------------------------------------------------
  14. ; LANGUAGES SUPPORTED
  15. ; -------------------
  16. ;
  17. ; The languages supported by the OEM INF, For every language supported
  18. ; we need to have a separate text section for every displayable text
  19. ; section.
  20. ;
  21. ;-----------------------------------------------------------------------
  22.  
  23. [LanguagesSupported]
  24.     ENG
  25.  
  26. ;-----------------------------------------------------------------------
  27. ; OPTION LIST
  28. ; -----------
  29. ; This section lists the OEM Option key names.  These keys are locale
  30. ; independent and used to represent the option in a locale independent
  31. ; manner.
  32. ;
  33. ;-----------------------------------------------------------------------
  34.  
  35. ;
  36. ; Option list order: Option = Miniport driver, BitsPerPel, XResolution, YResolution, VRefresh, Interlaced
  37. ;
  38. ; If you don't want to create a VRefresh or Interlaced value under the service
  39. ; parameters then use the value ""
  40. ;
  41.  
  42. [Options]
  43.     "ATI Graphics Accelerators 640x480x8"   = ati, 8,  640,  480   , "" , ""
  44.     "ATI Graphics Accelerators 800x600x8"   = ati, 8,  800,  600   , "" , ""
  45.     "ATI Graphics Accelerators 1024x768x8"  = ati, 8, 1024,  768   , "" , ""
  46.     "ATI Graphics Accelerators 1280x1024x8" = ati, 8, 1280, 1024   , "" , ""
  47.     "ATI Graphics Accelerators 640x480x16"  = ati,16,  640,  480   , "" , ""
  48.     "ATI Graphics Accelerators 800x600x16"  = ati,16,  800,  600   , "" , ""
  49.     "ATI Graphics Accelerators 1024x768x16" = ati,16, 1024,  768   , "" , ""
  50.     "ATI Graphics Accelerators 640x480x32"  = ati,32,  640,  480   , "" , ""
  51.  
  52. ;
  53. ; This maps detected options into the options we support
  54. ;
  55. ; Format: DetectedOption = MappedOption
  56. ;
  57.  
  58. [MapOfOptions]
  59.     "VGA"                       = "VGA"
  60.     "COMPAQ AVGA"               = "VGA"
  61.     "COMPAQ AGB"                = "VGA"
  62.     "8514 MONITOR UNKNOWN"      = "VGA"
  63.     "8514 VGA MONITOR"          = "VGA"
  64.     "8514 8503 MONO"            = "VGA"
  65.     "8514 8514 GAD"             = "VGA"
  66.     "GENOA VGA"                 = "VGA"
  67.     "VIDEO7 VGA DRAM"           = "VIDEO7 VGA VRAM 640x480x4"
  68.     "VIDEO7 VGA VRAM"           = "VIDEO7 VGA VRAM 640x480x4"
  69.     "TRIDENT VGA"               = "VGA"
  70.     "TRIDENT VGA 9100"          = "VGA"
  71.     "PARADISE VGA"              = "VGA"
  72.     "PARADISE VGA PROM"         = "VGA"
  73.     "PARADISE VGA CHIP 1F"      = "VGA"
  74.     "ATI VGA"            = "VGA"
  75.     "ATI VGA WONDER"        = "VGA"
  76.     "TSENGLAB VGA ET3000"       = "VGA"
  77.     "TSENGLAB VGA ET4000"       = "TSENGLAB VGA ET4000 640x480x4x60"
  78.     "CIRRUS VGA"                = "VGA"
  79.     "CIRRUS VGA 610-620 REVC"   = "VGA"
  80.     "XGA"                       = "XGA 640x480x8"
  81.     "DELL DGX"                  = "DELL DGX 640x480x8"
  82.     "S3 VGA"                    = "S3 VGA 640x480x8"
  83.     "PRODESIGNER II"            = "TSENGLAB VGA ET4000 640x480x4x60"
  84.  
  85.  
  86. ;
  87. ; Order of the information:
  88. ;
  89. ; Port driver = Type, Group, ErrorControl, Tag, InstalledDisplay, VgaCompatible( 0/1 ), EventMessageFile, TypesSupported
  90. ;
  91.  
  92. [MiniportDrivers]
  93.     ati   = !SERVICE_KERNEL_DRIVER, Video, !SERVICE_ERROR_NORMAL, 11,  {ati}, 0, %SystemRoot%\System32\IoLogMsg.dll , 7
  94.  
  95.  
  96. ;-----------------------------------------------------------------------
  97. ; OPTION TEXT SECTION
  98. ; -------------------
  99. ; These are text strings used to identify the option to the user.  There
  100. ; are separate sections for each language supported.  The format of the
  101. ; section name is "OptionsText" concatenated with the Language represented
  102. ; by the section.
  103. ;
  104. ;-----------------------------------------------------------------------
  105.  
  106. [OptionsTextENG]
  107.     "ATI Graphics Accelerators 640x480x8"   = "ATI Graphics Accelerators 640x480, 256 colors"
  108.     "ATI Graphics Accelerators 800x600x8"   = "ATI Graphics Accelerators 800x600, 256 colors"
  109.     "ATI Graphics Accelerators 1024x768x8"  = "ATI Graphics Accelerators 1024x768, 256 colors"
  110.     "ATI Graphics Accelerators 1280x1024x8" = "ATI Graphics Accelerators 1280x1024, 256 colors"
  111.     "ATI Graphics Accelerators 640x480x16"  = "ATI Graphics Accelerators 640x480, 16 bit colors"
  112.     "ATI Graphics Accelerators 800x600x16"  = "ATI Graphics Accelerators 800x600, 16 bit colors"
  113.     "ATI Graphics Accelerators 1024x768x16" = "ATI Graphics Accelerators 1024x768, 16 bit colors"
  114.     "ATI Graphics Accelerators 640x480x32"  = "ATI Graphics Accelerators 640x480, 24 bit colors"
  115.  
  116.  
  117. ;---------------------------------------------------------------------------
  118. ; 1. Identify
  119. ;
  120. ; DESCRIPTION:   To verify that this INF deals with the same type of options
  121. ;                as we are choosing currently.
  122. ;
  123. ; INPUT:         None
  124. ;
  125. ; OUTPUT:        $($R0): STATUS: STATUS_SUCCESSFUL
  126. ;                $($R1): Option Type (COMPUTER ...)
  127. ;                $($R2): Diskette description
  128. ;---------------------------------------------------------------------------
  129.  
  130. [Identify]
  131.     ;
  132.     ;
  133.     read-syms Identification
  134.  
  135.     set Status     = STATUS_SUCCESSFUL
  136.     set Identifier = $(OptionType)
  137.     set Media      = #("Source Media Descriptions", 1, 1)
  138.  
  139.     Return $(Status) $(Identifier) $(Media)
  140.  
  141.  
  142.  
  143. ;------------------------------------------------------------------------
  144. ; 2. ReturnOptions:
  145. ;
  146. ; DESCRIPTION:   To return the option list supported by this INF and the
  147. ;                localised text list representing the options.
  148. ;
  149. ;
  150. ; INPUT:         $($0):  Language used. ( ENG | FRN | ... )
  151. ;
  152. ; OUTPUT:        $($R0): STATUS: STATUS_SUCCESSFUL |
  153. ;                                STATUS_NOLANGUAGE
  154. ;                                STATUS_FAILED
  155. ;
  156. ;                $($R1): Option List
  157. ;                $($R2): Option Text List
  158. ;------------------------------------------------------------------------
  159.  
  160. [ReturnOptions]
  161.     ;
  162.     ;
  163.     set Status        = STATUS_FAILED
  164.     set OptionList     = {}
  165.     set OptionTextList = {}
  166.  
  167.     ;
  168.     ; Check if the language requested is supported
  169.     ;
  170.     set LanguageList = ^(LanguagesSupported, 1)
  171.     Ifcontains(i) $($0) in $(LanguageList)
  172.         goto returnoptions
  173.     else
  174.         set Status = STATUS_NOLANGUAGE
  175.         goto finish_ReturnOptions
  176.     endif
  177.  
  178.     ;
  179.     ; form a list of all the options and another of the text representing
  180.     ;
  181.  
  182. returnoptions = +
  183.     set OptionList     = ^(Options, 0)
  184.     set OptionTextList = ^(OptionsText$($0), 1)
  185.     set Status         = STATUS_SUCCESSFUL
  186.  
  187. finish_ReturnOptions = +
  188.     Return $(Status) $(OptionList) $(OptionTextList)
  189.  
  190.  
  191.  
  192. ;---------------------------------------------------------------------------
  193. ; MapToSupportedOption
  194. ;
  195. ; DESCRIPTION:   To map a hardware detected option to the NT Supported
  196. ;                option which represents it.
  197. ;
  198. ; INPUT:         $($0): Option
  199. ;
  200. ; OUTPUT:        $($R0): STATUS: STATUS_SUCCESSFUL
  201. ;                $($R1): Mapped Option
  202. ;
  203. ;---------------------------------------------------------------------------
  204.  
  205. [MapToSupportedOption]
  206.     ;
  207.     set Status = STATUS_FAILED
  208.     set MappedOption = $($0)
  209.  
  210.     ;
  211.     ; If the option is one we can support using one of our standard options
  212.     ; then map it to the standard option else map it to the default option
  213.     ; which is VGA.
  214.     ;
  215.  
  216.     set OptionList = ^(MapOfOptions, 0)
  217.     ifcontains $($0) in $(OptionList)
  218.         set MappedOption = #(MapOfOptions, $($0), 1)
  219.     else
  220.         set MappedOption = "VGA"
  221.     endif
  222.  
  223.     set Status = STATUS_SUCCESSFUL
  224.     Return $(Status) $(MappedOption)
  225.  
  226.  
  227.  
  228. [ServicesEntry]
  229.     CurrentEntry = "" ? $(!LIBHANDLE) GetDevicemapValue Video \Device\Video0
  230.  
  231.  
  232. ;
  233. ; InstallOption:
  234. ;
  235. ; FUNCTION:  To copy files representing Options
  236. ;            To configure the installed option
  237. ;            To update the registry for the installed option
  238. ;
  239. ; INPUT:     $($0):  Language to use
  240. ;            $($1):  OptionID to install
  241. ;            $($2):  SourceDirectory
  242. ;            $($3):  AddCopy  (YES | NO)
  243. ;            $($4):  DoCopy   (YES | NO)
  244. ;            $($5):  DoConfig (YES | NO)
  245. ;
  246. ; OUTPUT:    $($R0): STATUS: STATUS_SUCCESSFUL |
  247. ;                            STATUS_NOLANGUAGE |
  248. ;                            STATUS_USERCANCEL |
  249. ;                            STATUS_FAILED
  250. ;
  251.  
  252. [InstallOption]
  253.  
  254.     ;
  255.     ; Set default values for
  256.     ;
  257.     set Status       = STATUS_FAILED
  258.     set DrivesToFree = {}
  259.  
  260.     ;
  261.     ; extract parameters
  262.     ;
  263.     set Option   = $($1)
  264.     set SrcDir   = $($2)
  265.     set AddCopy  = $($3)
  266.     set DoCopy   = $($4)
  267.     set DoConfig = $($5)
  268.  
  269.     ;
  270.     ; Check if the language requested is supported
  271.     ;
  272.     set LanguageList = ^(LanguagesSupported, 1)
  273.     Ifcontains(i) $($0) in $(LanguageList)
  274.     else
  275.         set Status = STATUS_NOLANGUAGE
  276.         goto finish_InstallOption
  277.     endif
  278.     read-syms Strings$($0)
  279.  
  280.     ;
  281.     ; check to see if Option is supported.
  282.     ;
  283.  
  284.     set OptionList = ^(Options, 0)
  285.     ifcontains $(Option) in $(OptionList)
  286.     else
  287.         goto finish_InstallOption
  288.     endif
  289.     set OptionList = ""
  290.  
  291.     ;
  292.     ; Option has been defined already
  293.     ;
  294.     set MiniportDriver    = #(Options, $(Option), 1)
  295.     set BitsPerPel        = #(Options, $(Option), 2)
  296.     set XResolution       = #(Options, $(Option), 3)
  297.     set YResolution       = #(Options, $(Option), 4)
  298.     set VRefresh          = #(Options, $(Option), 5)
  299.     set Interlaced        = #(Options, $(Option), 6)
  300.  
  301.     set Type              = $(#(MiniportDrivers, $(MiniportDriver), 1))
  302.     set Group             =   #(MiniportDrivers, $(MiniportDriver), 2)
  303.     set ErrorControl      = $(#(MiniportDrivers, $(MiniportDriver), 3))
  304.     set Tag               =   #(MiniportDrivers, $(MiniportDriver), 4)
  305.     set InstalledDisplays =   #(MiniportDrivers, $(MiniportDriver), 5)
  306.     set VgaCompatible     =   #(MiniportDrivers, $(MiniportDriver), 6)
  307.     set EventMessageFile  =   #(MiniportDrivers, $(MiniportDriver), 7)
  308.     set TypesSupported    =   #(MiniportDrivers, $(MiniportDriver), 8)
  309.  
  310.     read-syms ServicesEntry
  311.     detect    ServicesEntry
  312.  
  313. installtheoption = +
  314.  
  315.     ;
  316.     ; Code to add files to copy list
  317.     ;
  318.  
  319.     ifstr(i) $(AddCopy) == "YES"
  320.         set DoActualCopy = NO
  321.         set FileToCheck = #(Files-DisplayMiniportDrivers, $(MiniportDriver), 2)
  322.         LibraryProcedure STATUS,$(!LIBHANDLE),CheckFileExistance $(!STF_WINDOWSSYSPATH)"\drivers\"$(FileToCheck)
  323.         ifstr(i) $(STATUS) == NO
  324.             set DoActualCopy = YES
  325.             goto addfiles
  326.         endif
  327.         ForListDo $(InstalledDisplays)
  328.             set FileToCheck = #(Files-DisplayDLLs, $($), 2)
  329.             LibraryProcedure STATUS,$(!LIBHANDLE),CheckFileExistance $(!STF_WINDOWSSYSPATH)"\"$(FileToCheck)
  330.             ifstr(i) $(STATUS) == NO
  331.                 set DoActualCopy = YES
  332.             endif
  333.         EndForListDo
  334.  
  335. addfiles = +
  336.         ifstr(i) $(DoActualCopy) == NO
  337.             shell "subroutn.inf" DriversExist $($0) $(String1)
  338.             ifint $($ShellCode) != $(!SHELL_CODE_OK)
  339.                 Debug-Output "VIDEO.INF: shelling DriversExist failed"
  340.                 goto finish_InstallOption
  341.             endif
  342.  
  343.             ifstr(i) $($R0) == STATUS_CURRENT
  344.             else-ifstr(i) $($R0) == STATUS_NEW
  345.                 set DoActualCopy = YES
  346.             else-ifstr(i) $($R0) == STATUS_USERCANCEL
  347.                 Debug-Output "VIDEO.INF: User cancelled video installation"
  348.                 goto finish_InstallOption
  349.             else
  350.                 Debug-Output "VIDEO.INF: Error reported in DriversExist routine in SUBROUTN.INF"
  351.                 goto finish_InstallOption
  352.             endif
  353.         endif
  354.  
  355.         ifstr(i) $(DoActualCopy) == YES
  356.  
  357.             shell "subroutn.inf" DoAskSourceEx $(SrcDir) $(String2)
  358.             ifint $($ShellCode) != $(!SHELL_CODE_OK)
  359.                 Debug-Output "VIDEO.INF: shelling DoAskSourceEx failed"
  360.                 goto finish_InstallOption
  361.             endif
  362.  
  363.             ifstr(i) $($R0) == STATUS_SUCCESSFUL
  364.                 set SrcDir = $($R1)
  365.                 ifstr(i) $($R2) != ""
  366.                     set DrivesToFree = >($(DrivesToFree), $($R2))
  367.                 endif
  368.             else
  369.                 Debug-Output "VIDEO.INF: User cancelled asking source."
  370.                 goto finish_InstallOption
  371.             endif
  372.  
  373.             install Install-AddCopyOption
  374.             ifstr(i) $(STF_INSTALL_OUTCOME) != "STF_SUCCESS"
  375.                 Debug-Output "VIDEO.INF: Adding video files to copy list failed"
  376.                 goto finish_InstallOption
  377.             endif
  378.         else
  379.             set DoCopy = NO
  380.         endif
  381.  
  382.     endif
  383.  
  384.     ifstr(i) $(DoCopy) == "YES"
  385.         read-syms ProgressCopy$($0)
  386.         install Install-DoCopyOption
  387.         ifstr(i) $(STF_INSTALL_OUTCOME) == "STF_FAILURE"
  388.             Debug-Output "Copying files failed"
  389.             goto finish_InstallOption
  390.         else-ifstr(i) $(STF_INSTALL_OUTCOME) == "STF_USERQUIT"
  391.             set Status = STATUS_USERCANCEL
  392.             goto finish_InstallOption
  393.         endif
  394.     endif
  395.  
  396.     ifstr(i) $(DoConfig) == "YES"
  397.  
  398.         ;
  399.         ; first run a privilege check on modifying the setup node
  400.         ;
  401.  
  402.         shell "registry.inf" CheckSetupModify
  403.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  404.             goto finish_InstallOption
  405.         endif
  406.  
  407.         ifstr(i) $($R0) != STATUS_SUCCESSFUL
  408.             goto finish_InstallOption
  409.         endif
  410.  
  411.         ;
  412.         ; first make a new video entry, the entry is created automatically
  413.         ; enabled
  414.         ;
  415.  
  416.         set ServiceNode   = $(MiniportDriver)
  417.         set ServiceBinary = %SystemRoot%\System32\drivers\#(Files-DisplayMiniportDrivers, $(MiniportDriver), 2)
  418.  
  419.         set ServicesValues   = { +
  420.                 {Type,           0, $(!REG_VT_DWORD),     $(Type)                  }, +
  421.                 {Start,          0, $(!REG_VT_DWORD),     $(!SERVICE_SYSTEM_START) }, +
  422.                 {Group,          0, $(!REG_VT_SZ),        $(Group)                 }, +
  423.                 {ErrorControl,   0, $(!REG_VT_DWORD),     $(ErrorControl)          }, +
  424.                 {Tag,            0, $(!REG_VT_DWORD),     $(Tag)                   }, +
  425.                 {BinaryPathName, 0, $(!REG_VT_EXPAND_SZ), $(ServiceBinary)         }  +
  426.                 }
  427.  
  428.         set ParametersValues = { +
  429.                 {InstalledDisplayDrivers,     0, $(!REG_VT_MULTI_SZ), $(InstalledDisplays) }, +
  430.                 {VgaCompatible,               0, $(!REG_VT_DWORD),    $(VgaCompatible)     }, +
  431.                 {DefaultSettings.BitsPerPel,  0, $(!REG_VT_DWORD),    $(BitsPerPel)        }, +
  432.                 {DefaultSettings.XResolution, 0, $(!REG_VT_DWORD),    $(XResolution)       }, +
  433.                 {DefaultSettings.YResolution, 0, $(!REG_VT_DWORD),    $(YResolution)       }  +
  434.                 }
  435.  
  436.         ifstr(i) $(VRefresh) != ""
  437.             set VRefreshValue = {DefaultSettings.VRefresh, 0, $(!REG_VT_DWORD), $(VRefresh)}
  438.             set ParametersValue = >($(ParametersValue), $(VRefreshValue))
  439.         endif
  440.  
  441.         ifstr(i) $(Interlaced) != ""
  442.             set InterlacedValue = {DefaultSettings.Interlaced, 0, $(!REG_VT_DWORD), $(Interlaced)}
  443.             set ParametersValue = >($(ParametersValue), $(InterlacedValue))
  444.         endif
  445.  
  446.         set DeviceValues     = {}
  447.         set EventLogValues   = { +
  448.                 {EventMessageFile, 0, $(!REG_VT_EXPAND_SZ), $(EventMessageFile) }, +
  449.                 {TypesSupported,   0, $(!REG_VT_DWORD),     $(TypesSupported)   }  +
  450.                 }
  451.  
  452.         shell "registry.inf"  MakeServicesEntry $(ServiceNode)      +
  453.                                                 $(ServicesValues)   +
  454.                                                 $(ParametersValues) +
  455.                                                 $(DeviceValues)     +
  456.                                                 $(EventLogValues)   +
  457.                                                 Device0
  458.  
  459.         ifint $($ShellCode) != $(!SHELL_CODE_OK)
  460.             Debug-Output "Couldn't execute MakeServicesEntry in registry.inf"
  461.             goto finish_InstallOption
  462.         endif
  463.  
  464.         ifstr(i) $($R0) != STATUS_SUCCESSFUL
  465.             Debug-Output "MakeServicesEntry failed for video"
  466.             goto finish_InstallOption
  467.         endif
  468.  
  469.         ;
  470.         ;
  471.         ; then disable the previous video entry
  472.         ;
  473.  
  474.         ifstr(i) $(CurrentEntry) != $(MiniportDriver)
  475.             ifstr(i) $(CurrentEntry) != VGA
  476.                 ifstr(i) $(CurrentEntry) != ""
  477.                     shell "registry.inf" ModifyServicesEntry $(CurrentEntry) $(!SERVICE_DISABLED)
  478.  
  479.                     ifint $($ShellCode) != $(!SHELL_CODE_OK)
  480.                         Debug-Output "Couldn't find DisableServicesEntry in registry.inf"
  481.                         goto errorconfig
  482.                     endif
  483.  
  484.                     ifstr(i) $($R0) != STATUS_SUCCESSFUL
  485.                         Debug-Output "DisableServices entry failed"
  486.                     endif
  487.                 endif
  488.             endif
  489.         endif
  490.  
  491.         goto configdone
  492.  
  493. errorconfig = +
  494.         ifstr(i) $(CurrentEntry) != $(MiniportDriver)
  495.             shell "registry.inf" ModifyServicesEntry $(MiniportDriver) $(!SERVICE_DISABLED)
  496.             ifstr(i) $(CurrentEntry) != ""
  497.                 shell "registry.inf" ModifyServicesEntry $(CurrentEntry) $(!SERVICE_SYSTEM_START)
  498.             endif
  499.         endif
  500.         goto finish_InstallOption
  501.  
  502. configdone = +
  503.  
  504.     endif
  505.  
  506.     set Status = STATUS_SUCCESSFUL
  507.  
  508. finish_InstallOption = +
  509.     ForListDo $(DrivesToFree)
  510.         LibraryProcedure STATUS,$(!LIBHANDLE), DeleteNetConnection $($) "TRUE"
  511.     EndForListDo
  512.  
  513.     Return $(Status)
  514.  
  515.  
  516. [Install-AddCopyOption]
  517.  
  518.     set STF_VITAL = ""
  519.     ;
  520.     ; Add the files to the copy list
  521.     ;
  522.     AddSectionKeyFileToCopyList   Files-DisplayMiniportDrivers   +
  523.                                   $(MiniportDriver)              +
  524.                                   $(SrcDir)                      +
  525.                                   $(!STF_WINDOWSSYSPATH)\drivers
  526.  
  527.     ForListDo $(InstalledDisplays)
  528.         AddSectionKeyFileToCopyList   Files-DisplayDLLs          +
  529.                                       $($)                       +
  530.                                       $(SrcDir)                  +
  531.                                       $(!STF_WINDOWSSYSPATH)
  532.  
  533.     EndForListDo
  534.  
  535.     exit
  536.  
  537.  
  538. [Install-DoCopyOption]
  539.  
  540.     ;
  541.     ; Copy files in the copy list
  542.     ;
  543.     CopyFilesInCopyList
  544.     exit
  545.  
  546. ;**************************************************************************
  547. ; PROGRESS GUAGE VARIABLES
  548. ;**************************************************************************
  549.  
  550. [ProgressCopyENG]
  551.     ProCaption   = "Windows NT Setup"
  552.     ProCancel    = "Cancel"
  553.     ProCancelMsg = "Windows NT is not correcly installed.  Are you sure you want "+
  554.                    "to cancel copying files?"
  555.     ProCancelCap = "Setup Message"
  556.     ProText1     = "Copying:"
  557.     ProText2     = "To:"
  558.  
  559. [StringsENG]
  560.     String1 = "Display"
  561.     String2 = "Please enter the full path to the OEM Display "+
  562.               "driver files.  Then choose Continue."
  563.  
  564. ;-----------------------------------------------------------------------
  565. ; SOURCE MEDIA DESCRIPTIONS
  566. ; -------------------------
  567. ; The OEM should list all the diskette labels here.  The source media
  568. ; description is used during copy to prompt the user for a diskette
  569. ; if the source is diskettes.
  570. ;
  571. ; Use 1 = "Diskette 1 Label" , TAGFILE = disk1
  572. ;     2 = "Diskette 2 Label" , TAGFILE = disk2
  573. ;     ...
  574. ;-----------------------------------------------------------------------
  575.  
  576. ;--------------------------------------------------------------------
  577. ; THE SECTIONS BELOW SHOULD BE AUTOMATICALLY GENERATED BY THE EXCEL
  578. ; SPREAD SHEETS
  579. ;--------------------------------------------------------------------
  580.  
  581. [Source Media Descriptions]
  582.     1  = "ATI Installation DISK (VIDEO)"  , TAGFILE = ati_vid
  583.  
  584. [Files-DisplayDLLs]
  585. ati = 1,ati.dll , SIZE=999
  586.  
  587. [Files-DisplayMiniportDrivers]
  588. ati = 1,ati.sys , SIZE=999
  589.